home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 12 / Cream of the Crop 12 (Part II) / Cream of the Crop 12 (Part II).iso / OS2 / VD08SMP.ZIP / usr / samples / dbview / Controller.h next >
Encoding:
C/C++ Source or Header  |  1996-02-13  |  1.3 KB  |  58 lines

  1. /* -------------------------------------------------------------------
  2.  
  3.     Project: 
  4.  
  5.     Objective-C interface file for the class Controller
  6.  
  7.     This file was automatically generated by OS/2 Project Builder
  8.     COPYRIGHT (C), 1995, Thomas Baier
  9.  
  10.     Unregistered version
  11.  
  12.     COPYRIGHT (C), 1995
  13.     ALL RIGHTS RESERVED.
  14.  
  15.     Date:                           Rev:
  16.     Sat Oct 14 02:07:57 1995
  17.  
  18.  
  19.  */
  20.  
  21. #ifndef _CONTROLLER_H_
  22. #define _CONTROLLER_H_
  23.  
  24. /*====================================================================
  25.                         Interface of class Controller
  26. ====================================================================*/
  27. #include <pm/pm.h>
  28. #include <db/db.h>
  29.  
  30. @interface Controller : Object
  31. {
  32.   id button;
  33.   id container;
  34.   id recordList;
  35.   id database;
  36.   id dialog;
  37. }
  38.  
  39. /* -------------------------- Initialize -------------------------- */
  40.  
  41. /* ----------------------------- Free ----------------------------- */
  42.  
  43. /* ----------- Methods for access to Instance Variables ----------- */
  44.  
  45. /* ------------------------ Public methods ------------------------ */
  46.  
  47. -openFile: sender;
  48.  
  49. /* ----------------------- Private methods ------------------------ */
  50. -awakeFromInterfaceFile;
  51. -parse: (char **) argv count: (int) argc;
  52.  
  53. /* ---------------------- Archiving methods ----------------------- */
  54.  
  55. @end
  56.  
  57. #endif
  58.